home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / rexx / defaultexample.idesk < prev    next >
Text File  |  1995-04-20  |  243b  |  12 lines

  1. /* ---- standard startup if started via Thumbnail click --------- */
  2.  
  3. OPTIONS RESULTS
  4.  
  5. PARSE ARG iname itype
  6.  
  7. /* -------------------------------------------------------------- */
  8.  
  9. IDREQUEST "OK" '"name: '||iname||'0A'x||'type: '||itype||'"'
  10.  
  11.  
  12.